Home
last modified time | relevance | path

Searched defs:path (Results 1876 - 1900 of 4006) sorted by relevance

1...<<71727374757677787980>>...161

/third_party/ninja/src/
H A Dlexer.cc623 bool Lexer::ReadEvalString(EvalString* eval, bool path, string* err) { in ReadEvalString() argument
H A Dlexer.in.cc209 bool Lexer::ReadEvalString(EvalString* eval, bool path, string* err) { in ReadEvalString() argument
H A Dtest.cc95 Node* StateTestWithBuiltinRules::GetNode(const string& path) { in GetNode() argument
145 void VirtualFileSystem::Create(const string& path, in Create() argument
152 TimeStamp VirtualFileSystem::Stat(const string& path, string* err) const { in Stat() argument
161 bool VirtualFileSystem::WriteFile(const string& path, cons argument
166 MakeDir(const string& path) MakeDir() argument
171 ReadFile(const string& path, string* contents, string* err) ReadFile() argument
184 RemoveFile(const string& path) RemoveFile() argument
[all...]
H A Dstate.cc96 Node* State::GetNode(StringPiece path, uint64_t slash_bits) { in GetNode() argument
112 Node* State::SpellcheckNode(const string& path) { in SpellcheckNode() argument
129 void State::AddIn(Edge* edge, StringPiece path, uint64_t slash_bits) { in AddIn() argument
136 AddOut(Edge* edge, StringPiece path, uint64_t slash_bits) AddOut() argument
147 AddValidation(Edge* edge, StringPiece path, uint64_t slash_bits) AddValidation() argument
154 AddDefault(StringPiece path, string* err) AddDefault() argument
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A D__init__.py11 import os.path namespace
95 path variable
[all...]
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
H A Duperf.h190 char* path; // specifies subtests member in UPerfTest
/third_party/libfuse/example/
H A Dioctl.c75 static int fioc_file_type(const char *path) in fioc_file_type() argument
84 static int fioc_getattr(const char *path, struct stat *stbuf, in fioc_getattr() argument
109 static int fioc_open(const char *path, struct fuse_file_info *fi) in fioc_open() argument
131 static int fioc_read(const char *path, char *buf, size_t size, in fioc_read() argument
152 static int fioc_write(const char *path, cons argument
163 fioc_truncate(const char *path, off_t size, struct fuse_file_info *fi) fioc_truncate() argument
173 fioc_readdir(const char *path, void *buf, fuse_fill_dir_t filler, off_t offset, struct fuse_file_info *fi, enum fuse_readdir_flags flags) fioc_readdir() argument
191 fioc_ioctl(const char *path, unsigned int cmd, void *arg, struct fuse_file_info *fi, unsigned int flags, void *data) fioc_ioctl() argument
[all...]
H A Dhello.c63 static int hello_getattr(const char *path, struct stat *stbuf, in hello_getattr() argument
83 static int hello_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in hello_readdir() argument
101 static int hello_open(const char *path, struct fuse_file_info *fi) in hello_open() argument
112 static int hello_read(const char *path, char *buf, size_t size, off_t offset, in hello_read() argument
/third_party/libinput/test/
H A Dtest-udev.c36 static int open_restricted(const char *path, int flags, void *data) in open_restricted() argument
/third_party/libevdev/tools/
H A Dtouchpad-edge-detector.c219 const char *path; in main() local
/third_party/libinput/tools/
H A Dlibinput-quirks.c99 const char *path; in main() local
/third_party/ltp/testcases/kernel/irq/
H A Dirqbalance01.c58 static char *read_proc_file(const char *const path, size_t *const len_out) in read_proc_file() argument
93 char path[PATH_MAX]; in collect_irq_info() local
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtsoftinj.c147 char path[100]; in filebacked_hugepage() local
/third_party/ltp/testcases/kernel/syscalls/lchown/
H A Dlchown02.c85 static char path[PATH_MAX + 2]; variable
/third_party/ltp/testcases/kernel/syscalls/openat/
H A Dopenat03.c85 char path[PATH_MAX], tmp[PATH_MAX]; in test01() local
142 char path[PATH_MAX]; in test02() local
190 char path[PATH_MAX]; test03() local
[all...]
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H A DLtpfsCmds.c259 struct block_device *lookup_bdev(const char *path) in lookup_bdev() argument
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dlib64.c179 char *path, *tmpPtr; in test_ENAMETOOLONG_path() local
[all...]
H A Dlib.c179 char *path, *tmpPtr; in test_ENAMETOOLONG_path() local
[all...]
H A Dtest64.c190 char path[] = "./tmp/data/d777"; in test4A() local
227 char path[] = "./tmp/data/d777"; test5A() local
264 char path[PATH_MAX + NAME_MAX]; test6A() local
592 char path[PATH_MAX + NAME_MAX]; test16A() local
857 char path[] = "./tmp/data/dirh"; test21A() local
915 char path[] = "./tmp/data/dirh"; test22A() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen14.c74 char path[PATH_MAX], tmp[PATH_MAX]; in test01() local
131 char path[PATH_MAX]; in test02() local
179 char path[PATH_MAX]; test03() local
[all...]
/third_party/ltp/testcases/misc/math/float/
H A Dthread_code.c44 char path[PATH_MAX]; in read_file() local
/third_party/ltp/testcases/kernel/input/
H A Dinput_helper.c38 char path[256]; in try_open_device() local
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtsoftinj.c147 char path[100]; in filebacked_hugepage() local
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise06.c63 static void check_path(const char *path) in check_path() argument
/third_party/ltp/testcases/kernel/syscalls/mount/
H A Dmount02.c57 static char path[PATH_MAX + 2]; variable

Completed in 16 milliseconds

1...<<71727374757677787980>>...161