Searched refs:pathname (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() argument
|
/ndk/sources/android/cpufeatures/ |
D | cpu-features.c | 126 get_file_size(const char* pathname) in get_file_size() argument 132 fd = open(pathname, O_RDONLY); in get_file_size() 134 D("Can't open %s: %s\n", pathname, strerror(errno)); in get_file_size() 143 D("Error while reading %s: %s\n", pathname, strerror(errno)); in get_file_size() 161 read_file(const char* pathname, char* buffer, size_t buffsize) in read_file() argument 165 fd = open(pathname, O_RDONLY); in read_file() 167 D("Could not open %s: %s\n", pathname, strerror(errno)); in read_file() 176 D("Error while reading from %s: %s\n", pathname, strerror(errno)); in read_file()
|
/ndk/sources/host-tools/make-3.81/ |
D | README.DOS | 211 defined to the exact pathname of that file, and that shell will 222 pathname of the shell, including the filename extension. 284 make implicit assumptions about the pathname syntax. In 286 and any pathname which doesn't begin with a `/' is assumed to be
|
D | NEWS | 107 - $(realpath ...) returns the canonical pathname for each path 108 provided. The canonical pathname is the absolute pathname, with 129 * On MS Windows systems, explicitly setting SHELL to a pathname ending 773 pathname (instead of a `%' pattern).
|
D | README.W32 | 139 drive letter pathname. If it is necessary to use single
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | ChangeLog | 772 make pathname to here from set_defaults (that's too early since it
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 1940 be used in the pathname itself, after the drive letter.) 2046 type (general or selective), the pathname located may not be the one 2072 pathname found during directory search is _thrown away_, and 2082 not exist, and it is found via directory search, then that pathname is 2084 target is rebuilt it is created at the pathname discovered during 2094 then that pathname is not thrown away. The target is rebuilt using the 3269 set to the full pathname of the shell as found. However, if none of 3277 or command line, you are expected to set it to the full pathname of the 3497 any `-C' options) it sets the variable `CURDIR' to the pathname of the
|
D | make.texi | 2271 colon can be used in the pathname itself, after the drive letter.) 2406 (general or selective), the pathname located may not be the one that 2438 pathname found during directory search is @emph{thrown away}, and the 2451 not exist, and it is found via directory search, then that pathname is 2453 target is rebuilt it is created at the pathname discovered during 2464 @code{GPATH}, then that pathname is not thrown away. The target is 3916 be set to the full pathname of the shell as found. However, if none of 3925 pathname of the shell, exactly as things are on Unix. 4193 the pathname of the current working directory. This value is never 10642 Set to the pathname of the current working directory (after all
|
D | make.info-2 | 2435 Set to the pathname of the current working directory (after all
|