Home
last modified time | relevance | path

Searched refs:pathname (Results 1 – 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
DRegistry.cpp354 string pathname, filename; in mcRegistryStoreData() local
362 pathname = getTlDataPath(&so->cont.uuid); in mcRegistryStoreData()
369 mkdir(pathname.c_str(), 0777); in mcRegistryStoreData()
451 string pathname = getTlDataPath(uuid); in mcRegistryCleanupTrustlet() local
452 if (NULL != (dp = opendir(pathname.c_str()))) { in mcRegistryCleanupTrustlet()
455 string dname = pathname + "/" + string (de->d_name); in mcRegistryCleanupTrustlet()
463 LOG_I("delete dir: %s", pathname.c_str()); in mcRegistryCleanupTrustlet()
464 if (0 != (e = rmdir(pathname.c_str()))) { in mcRegistryCleanupTrustlet()
515 string pathname = getSpDataPath(spid); in mcRegistryCleanupSp() local
517 if (NULL != (dp = opendir(pathname.c_str()))) { in mcRegistryCleanupSp()
[all …]
/hardware/intel/img/libdrm/
Daclocal.m42067 # assumed that no part of a normal pathname contains ";" but that should
2840 # find the pathname to the GNU or non-GNU linker
2869 # Canonicalize the pathname of ld
3193 # find the pathname to a BSD- or MS-compatible name lister
Dltmain.sh1806 $ECHO "specify the full pathname of the library, or use the \`-LLIBDIR'"
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h3551 explicit FilePath(const std::string& pathname) : pathname_(pathname) {