| /third_party/node/src/ |
| H A D | inspector_io.cc | 238 Start( std::shared_ptr<MainThreadHandle> main_thread, const std::string& path, std::shared_ptr<ExclusiveAccess<HostPort>> host_port, const InspectPublishUid& inspect_publish_uid) Start() argument 254 InspectorIo(std::shared_ptr<MainThreadHandle> main_thread, const std::string& path, std::shared_ptr<ExclusiveAccess<HostPort>> host_port, const InspectPublishUid& inspect_publish_uid) InspectorIo() argument
|
| H A D | node_file-inl.h | 16 void FSContinuationData::PushPath(std::string&& path) { in PushPath() argument 20 void FSContinuationData::PushPath(const std::string& path) { in PushPath() argument 24 void FSContinuationData::MaybeSetFirstPath(const std::string& path) { in MaybeSetFirstPath() argument 32 std::string path = std::move(paths_.back()); in PopPath() local
|
| H A D | util.cc | 210 int WriteFileSync(const char* path, uv_buf_t buf) { in WriteFileSync() argument 242 int ReadFileSync(std::string* result, const char* path) { in ReadFileSync() argument 234 WriteFileSync(v8::Isolate* isolate, const char* path, v8::Local<v8::String> string) WriteFileSync() argument
|
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfsls.c | 120 const char *path; member [all...] |
| /third_party/nghttp2/src/ |
| H A D | shrpx_api_downstream_connection.cc | 168 const APIEndpoint *lookup_api(const StringRef &path) { in lookup_api() argument 196 auto path = in push_request_headers() local [all...] |
| H A D | shrpx_log.cc | 598 auto path = in upstream_accesslog() local 974 open_log_file(const char *path) open_log_file() argument [all...] |
| /third_party/nghttp2/examples/ |
| H A D | libevent-client.c | 81 char *path; member [all...] |
| /third_party/ninja/src/ |
| H A D | build_log.cc | 131 bool BuildLog::OpenForWrite(const string& path, const BuildLogUser& user,
in OpenForWrite() argument 150 const string& path = (*out)->path();
in RecordCommand() local 261 LoadStatus BuildLog::Load(const string& path, string* err) {
in Load() argument 379 LookupByOutput(const string& path) LookupByOutput() argument 392 Recompact(const string& path, const BuildLogUser& user, string* err) Recompact() argument 441 Restat(const StringPiece path, const DiskInterface& disk_interface, const int output_count, char** outputs, std::string* const err) Restat() argument [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_nir_lower_ray_queries.c | 100 nir_deref_path path; in get_ray_query_shadow_addr() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | dcfmtsym.cpp | 418 CharString path; in initialize() local
|
| /third_party/mesa3d/src/mapi/glapi/gen/ |
| H A D | gl_XML.py | 31 import os.path namespace
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | ucdtest.cpp | 214 char path[500]; in TestAdditionalProperties() local
|
| /third_party/icu/icu4c/source/test/letest/ |
| H A D | cletest.c | 400 char path[2048]; in openFont() local 498 char path[2048]; in DataDrivenTest() local
|
| /third_party/libdrm/tests/amdgpu/ |
| H A D | amdgpu_test.c | 613 char path[64]; in amdgpu_node_is_drm() local 638 char path[PATH_MAX + 1]; in amdgpu_get_device_from_fd() local
|
| /third_party/libfuse/example/ |
| H A D | passthrough.c | 76 static int xmp_getattr(const char *path, struct stat *stbuf, in xmp_getattr() argument 89 static int xmp_access(const char *path, int mask) in xmp_access() argument 100 static int xmp_readlink(const char *path, char *buf, size_t size) in xmp_readlink() argument 113 static int xmp_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in xmp_readdir() argument 141 static int xmp_mknod(const char *path, mode_t mode, dev_t rdev) in xmp_mknod() argument 152 xmp_mkdir(const char *path, mode_t mode) xmp_mkdir() argument 163 xmp_unlink(const char *path) xmp_unlink() argument 174 xmp_rmdir(const char *path) xmp_rmdir() argument 221 xmp_chmod(const char *path, mode_t mode, struct fuse_file_info *fi) xmp_chmod() argument 234 xmp_chown(const char *path, uid_t uid, gid_t gid, struct fuse_file_info *fi) xmp_chown() argument 247 xmp_truncate(const char *path, off_t size, struct fuse_file_info *fi) xmp_truncate() argument 263 xmp_utimens(const char *path, const struct timespec ts[2], struct fuse_file_info *fi) xmp_utimens() argument 278 xmp_create(const char *path, mode_t mode, struct fuse_file_info *fi) xmp_create() argument 291 xmp_open(const char *path, struct fuse_file_info *fi) xmp_open() argument 303 xmp_read(const char *path, char *buf, size_t size, off_t offset, struct fuse_file_info *fi) xmp_read() argument 326 xmp_write(const char *path, const char *buf, size_t size, off_t offset, struct fuse_file_info *fi) xmp_write() argument 350 xmp_statfs(const char *path, struct statvfs *stbuf) xmp_statfs() argument 361 xmp_release(const char *path, struct fuse_file_info *fi) xmp_release() argument 368 xmp_fsync(const char *path, int isdatasync, struct fuse_file_info *fi) xmp_fsync() argument 381 xmp_fallocate(const char *path, int mode, off_t offset, off_t length, struct fuse_file_info *fi) xmp_fallocate() argument 410 xmp_setxattr(const char *path, const char *name, const char *value, size_t size, int flags) xmp_setxattr() argument 419 xmp_getxattr(const char *path, const char *name, char *value, size_t size) xmp_getxattr() argument 428 xmp_listxattr(const char *path, char *list, size_t size) xmp_listxattr() argument 436 xmp_removexattr(const char *path, const char *name) xmp_removexattr() argument 487 xmp_lseek(const char *path, off_t off, int whence, struct fuse_file_info *fi) xmp_lseek() argument [all...] |
| /third_party/libinput/src/ |
| H A D | evdev-tablet-pad-leds.c | 119 char path[PATH_MAX]; in pad_led_new() local
|
| /third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
| H A D | segment.c | 510 char *path; in segment_register() local
|
| /third_party/ltp/testcases/kernel/fs/mongo/ |
| H A D | reiser_fract_tree.c | 15 char path[256]; variable [all...] |
| /third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
| H A D | main.c | 164 int do_fs_thump_tests(char *path) in do_fs_thump_tests() argument 185 int do_tree_cleanup(char *path, in argument 239 do_create_file_test(char *path) do_create_file_test() argument [all...] |
| /third_party/ltp/testcases/kernel/syscalls/madvise/ |
| H A D | madvise11.c | 269 static int find_in_file(char *path, char *key) in find_in_file() argument
|
| /third_party/libinput/tools/ |
| H A D | shared.c | 331 open_restricted(const char *path, int flags, void *user_data) in open_restricted() argument 543 const char *path, *sysname; in find_device() local 582 find_touchpad_device(char *path, size_t path_len) in find_touchpad_device() argument 625 const char *path = getenv("PATH"); setup_path() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | persistent-map.h | 187 const FocusedTree*& path(int i) { path() function 427 FindHash( HashValue hash, std::array<const FocusedTree*, kHashBits>* path, int* length) const FindHash() argument 488 FindLeftmost( const FocusedTree* start, int* level, std::array<const FocusedTree*, kHashBits>* path) FindLeftmost() argument [all...] |
| /third_party/node/deps/v8/src/torque/ |
| H A D | utils.cc | 98 const std::string path = uri.substr(kFileUriPrefixLength); in FileUriDecode() local 312 std::string UnderlinifyPath(std::string path) { in UnderlinifyPath() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
| H A D | rc_test_helpers.c | 540 char path[PATH_MAX]; in load_program() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/ |
| H A D | file_store.c | 170 static void *file_open_dir(const char *path, const char *uri, void *provctx) in file_open_dir() argument 200 const char *path; in file_open() member 204 const char *path; in file_open() local [all...] |