/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/ |
stat.h | 135 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/ |
stat.h | 101 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/ |
stat.h | 101 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/ |
stat.h | 135 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/ |
stat.h | 101 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/ |
stat.h | 101 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/ |
stat.h | 101 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/ |
stat.h | 101 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/ |
stat.h | 101 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/ |
stat.h | 101 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/ |
stat.h | 135 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/ |
stat.h | 101 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
|
/prebuilts/sdk/tools/ |
dx | 18 # and set up progdir to be the fully-qualified pathname of its directory.
|
/libcore/luni/src/main/java/java/io/ |
File.java | 36 * pathname. The pathname may be absolute (relative to the root directory 448 * Returns the pathname of the parent of this file. This is the path up to 452 * @return this file's parent pathname or {@code null}. 474 * Returns a new file made from the pathname of the parent of this file. 508 * Indicates if this file's pathname is absolute. Whether a pathname is 512 * @return {@code true} if this file's pathname is absolute, {@code false} 631 * pathname the operation will fail. If the underlying file system 662 * pathname the operation will fail. If the underlying file syste [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
proxydetect.cc | 391 bool GetFirefoxProfilePath(Pathname* path) { 429 bool GetDefaultFirefoxProfile(Pathname* profile_path) { 431 Pathname path; 450 Pathname candidate; 485 profile_path->SetPathname(candidate.pathname()); 508 bool ReadFirefoxPrefs(const Pathname& filename, 513 LOG(LS_ERROR) << "Failed to open file: " << filename.pathname(); 555 Pathname path; [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
filemediaengine.cc | 126 talk_base::Pathname(in_file), "rb")); 136 talk_base::Pathname(out_file), "wb"));
|
/external/chromium_org/build/android/findbugs_filter/ |
findbugs_known_bugs.txt | 21 M D DMI: Hard coded reference to an absolute pathname in org.chromium.android_webview.test.ArchiveTest.testAutoBadPath() At ArchiveTest.java 22 M D DMI: Hard coded reference to an absolute pathname in org.chromium.android_webview.test.ArchiveTest.testExplicitBadPath() At ArchiveTest.java
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
proxydetect.cc | 393 bool GetFirefoxProfilePath(Pathname* path) { 431 bool GetDefaultFirefoxProfile(Pathname* profile_path) { 433 Pathname path; 452 Pathname candidate; 487 profile_path->SetPathname(candidate.pathname()); 510 bool ReadFirefoxPrefs(const Pathname& filename, 515 LOG(LS_ERROR) << "Failed to open file: " << filename.pathname(); 557 Pathname path; [all...] |
/external/chromium_org/v8/tools/testrunner/local/ |
testsuite.py | 42 (f, pathname, description) = imp.find_module("testcfg", [root]) 43 module = imp.load_module("testcfg", f, pathname, description)
|
/ndk/sources/android/cpufeatures/ |
cpu-features.c | 123 get_file_size(const char* pathname) 128 fd = open(pathname, O_RDONLY); 130 D("Can't open %s: %s\n", pathname, strerror(errno)); 139 D("Error while reading %s: %s\n", pathname, strerror(errno)); 157 read_file(const char* pathname, char* buffer, size_t buffsize) 161 fd = open(pathname, O_RDONLY); 163 D("Could not open %s: %s\n", pathname, strerror(errno)); 172 D("Error while reading from %s: %s\n", pathname, strerror(errno)); [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
mac-mf.sed | 16 # Change pathname syntax. 21 # Mac pathname conventions are IRREGULAR and UGLY!
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mhlib.py | 13 path = mh.getpath() # mailbox pathname 28 path = f.getfullname() # folder's full pathname 29 path = f.getsequencesfilename() # full pathname of folder's sequences file 30 path = f.getmessagefilename(n) # full pathname of message n in folder 97 Optional constructor arguments are the pathname for the directory 261 """Return the full pathname of the folder.""" 265 """Return the full pathname of the folder's sequences file.""" 269 """Return the full pathname of a message in the folder.""" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mhlib.py | 13 path = mh.getpath() # mailbox pathname 28 path = f.getfullname() # folder's full pathname 29 path = f.getsequencesfilename() # full pathname of folder's sequences file 30 path = f.getmessagefilename(n) # full pathname of message n in folder 97 Optional constructor arguments are the pathname for the directory 261 """Return the full pathname of the folder.""" 265 """Return the full pathname of the folder's sequences file.""" 269 """Return the full pathname of a message in the folder.""" [all...] |
/cts/tests/tests/permission/src/android/permission/cts/ |
FileSystemPermissionTest.java | 649 @Override public boolean accept(File pathname) { 650 return pathname.isDirectory(); 663 @Override public boolean accept(File pathname) { 664 return pathname.isFile(); [all...] |
/frameworks/base/core/java/android/os/ |
Debug.java | 481 * This is the pathname to the sysfs file that enables and disables 643 String pathName = traceName; 644 if (pathName.charAt(0) != '/') 645 pathName = DEFAULT_TRACE_PATH_PREFIX + pathName; 646 if (!pathName.endsWith(DEFAULT_TRACE_EXTENSION)) 647 pathName = pathName + DEFAULT_TRACE_EXTENSION; 649 VMDebug.startMethodTracing(pathName, bufferSize, flags); [all...] |