HomeSort by relevance Sort by last modified time
    Searched refs:LSTRCPY (Results 1 - 25 of 34) sorted by null

1 2

  /external/srec/shared/src/
CommandLine.c 47 LSTRCPY(value, *argv);
58 LSTRCPY(value, L(""));
69 LSTRCPY(value, L(""));
LStringImpl.c 46 LSTRCPY(impl->value, L(""));
76 LSTRCPY(impl->value, L(""));
HashMapImpl.c 92 LSTRCPY(clone, key);
  /external/srec/portable/src/
PFileSystem.c 80 LSTRCPY(linear, path);
167 LSTRCPY(canonical, path);
209 LSTRCPY(path, L(""));
228 LSTRCPY(path, L("./"));
311 LSTRCPY(relativePath, L(""));
337 LSTRCPY(absolutePath, filename);
368 LSTRCPY(absolutePath, path);
396 LSTRCPY(path, PFileSystemCurrentDirectory);
417 LSTRCPY(absolutePath, path);
433 LSTRCPY(PFileSystemCurrentDirectory, absolutePath)
    [all...]