Home
last modified time | relevance | path

Searched refs:lstat (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/cmds/bootanimation/iot/
DBootParameters_test.cpp235 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/
Dfile.cc55 #define lstat stat macro
171 if (lstat(name.c_str(), &stats) != 0) return; in DeleteRecursively()
/frameworks/native/cmds/rawbu/
Dbackup.cpp123 ret = lstat (nameBuffer, &statBuffer); in wipe()
306 int ret = lstat(fullPath, &statBuffer); in backup_dir()
/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc157 if (lstat(p.c_str(), &path_stat) != 0) {
/frameworks/native/libs/vr/libpdx_uds/
Dipc_helper.cpp530 ret = lstat(current.c_str(), &stat_buf); in WaitForEndpoint()
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java740 StructStat stat = Os.lstat(file.getPath()); in fullBackupFileTree()
/frameworks/av/media/libmediaplayer2/
Dmediaplayer2.cpp143 if (lstat(buffer, &s) == 0) { in dumpPlayers()
/frameworks/native/cmds/installd/
Dutils.cpp184 if (lstat(legacy.c_str(), &sb) == 0 && S_ISDIR(sb.st_mode)) { in create_data_user_ce_path()
DInstalldNativeService.cpp2199 if (lstat(libsymlink, &libStat) < 0) { in linkNativeLibraryDirectory()
/frameworks/av/media/libstagefright/
DUtils.cpp2239 if (lstat(buffer, &s) == 0) { in nameForFd()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp483 if (lstat(buffer, &s) == 0) { in dump()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java502 stat = Os.lstat(path); in assertDirOwnerGroupPermsIfExists()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27581 …method public static android.system.StructStat lstat(java.lang.String) throws android.system.Errno…
/frameworks/base/api/
Dcurrent.txt42328 … method public static android.system.StructStat lstat(String) throws android.system.ErrnoException;