Searched defs:pathname (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
H A DRegistry.cpp354 string pathname, filename; local
362 pathname = getTlDataPath(&so->cont.uuid);
369 mkdir(pathname.c_str(), 0777);
451 string pathname = getTlDataPath(uuid); local
452 if (NULL != (dp = opendir(pathname.c_str()))) {
455 string dname = pathname + "/" + string (de->d_name);
463 LOG_I("delete dir: %s", pathname.c_str());
464 if (0 != (e = rmdir(pathname.c_str()))) {
515 string pathname = getSpDataPath(spid); local
517 if (NULL != (dp = opendir(pathname
[all...]

Completed in 102 milliseconds