Searched refs:lstat (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/cmds/bootanimation/iot/ |
D | BootParameters_test.cpp | 235 ASSERT_EQ(-1, lstat(lastFile.path, &buf)); in TEST() 252 ASSERT_EQ(0, lstat(lastFile.path, &buf)); in TEST() 253 ASSERT_EQ(-1, lstat(nextFile.path, &buf)); in TEST()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/testing/ |
D | file.cc | 55 #define lstat stat macro 171 if (lstat(name.c_str(), &stats) != 0) return; in DeleteRecursively()
|
/frameworks/native/cmds/rawbu/ |
D | backup.cpp | 123 ret = lstat (nameBuffer, &statBuffer); in wipe() 306 int ret = lstat(fullPath, &statBuffer); in backup_dir()
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | PathV3.inc | 157 if (lstat(p.c_str(), &path_stat) != 0) {
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | ipc_helper.cpp | 530 ret = lstat(current.c_str(), &stat_buf); in WaitForEndpoint()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupAgent.java | 740 StructStat stat = Os.lstat(file.getPath()); in fullBackupFileTree()
|
/frameworks/av/media/libmediaplayer2/ |
D | mediaplayer2.cpp | 143 if (lstat(buffer, &s) == 0) { in dumpPlayers()
|
/frameworks/native/cmds/installd/ |
D | utils.cpp | 184 if (lstat(legacy.c_str(), &sb) == 0 && S_ISDIR(sb.st_mode)) { in create_data_user_ce_path()
|
D | InstalldNativeService.cpp | 2199 if (lstat(libsymlink, &libStat) < 0) { in linkNativeLibraryDirectory()
|
/frameworks/av/media/libstagefright/ |
D | Utils.cpp | 2239 if (lstat(buffer, &s) == 0) { in nameForFd()
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaPlayerService.cpp | 483 if (lstat(buffer, &s) == 0) { in dump()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 502 stat = Os.lstat(path); in assertDirOwnerGroupPermsIfExists()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27581 …method public static android.system.StructStat lstat(java.lang.String) throws android.system.Errno…
|
/frameworks/base/api/ |
D | current.txt | 42328 … method public static android.system.StructStat lstat(String) throws android.system.ErrnoException;
|