Searched refs:pathname (Results 1 – 4 of 4) sorted by relevance
354 string pathname, filename; in mcRegistryStoreData() local362 pathname = getTlDataPath(&so->cont.uuid); in mcRegistryStoreData()369 mkdir(pathname.c_str(), 0777); in mcRegistryStoreData()451 string pathname = getTlDataPath(uuid); in mcRegistryCleanupTrustlet() local452 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() local517 if (NULL != (dp = opendir(pathname.c_str()))) { in mcRegistryCleanupSp()[all …]
2067 # assumed that no part of a normal pathname contains ";" but that should2840 # find the pathname to the GNU or non-GNU linker2869 # Canonicalize the pathname of ld3193 # find the pathname to a BSD- or MS-compatible name lister
1806 $ECHO "specify the full pathname of the library, or use the \`-LLIBDIR'"
3551 explicit FilePath(const std::string& pathname) : pathname_(pathname) {