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

/hardware/msm7k/libgralloc-qsd8k/tests/
H A Dpmemalloc_test.cpp59 virtual int open(const char* pathname, int flags, int mode) { argument
96 virtual int open(const char* pathname, int flags, int mode) { argument
97 EXPECT_EQ(fakePmemDev, pathname);
138 virtual int open(const char* pathname, int flags, int mode) { argument
139 EXPECT_EQ(fakePmemDev, pathname);
183 virtual int open(const char* pathname, int flags, int mode) { argument
184 EXPECT_EQ(fakePmemDev, pathname);
213 virtual int open(const char* pathname, int flags, int mode) { argument
214 EXPECT_EQ(fakePmemDev, pathname);
287 virtual int open(const char* pathname, in argument
374 open(const char* pathname, int flags, int mode) argument
476 open(const char* pathname, int flags, int mode) argument
540 open(const char* pathname, int flags, int mode) argument
568 open(const char* pathname, int flags, int mode) argument
[all...]
/hardware/msm7k/libgralloc-qsd8k/
H A Dpmemalloc.h79 virtual int open(const char* pathname, int flags, int mode) = 0;
140 virtual int open(const char* pathname, int flags, int mode) = 0;
H A Dgralloc.cpp103 virtual int open(const char* pathname, int flags, int mode) { argument
104 return ::open(pathname, flags, mode);
/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...]
/hardware/libhardware_legacy/wifi/
H A Dwifi.c491 char pathname[PATH_MAX]; local
499 dirnamelen = (size_t)snprintf(pathname, sizeof(pathname), "%s/", local_socket_dir);
500 if (dirnamelen >= sizeof(pathname)) {
504 namep = pathname + dirnamelen;
509 unlink(pathname);

Completed in 3508 milliseconds